Welcome![Sign In][Sign Up]
Location:
Search - mfc bmp

Search list

[Special EffectsLineTrans

Description: 用MFC写的实现BMP格式图像点运算的源码。包括显示直方图、灰度的线性变换、阀值变换、窗口变换、灰度拉伸和灰度均衡。
Platform: | Size: 70200 | Author: zhmaol | Hits:

[Special EffectsGeoTrans

Description: 用MFC写的对BMP格式的图像进行几何变换操作的源码。包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转、图像的插值操作。
Platform: | Size: 57661 | Author: zhmaol | Hits:

[Windows DevelopBMPViver

Description: bmp图片浏览器,MFC单文档框架,我上传的原码均通过编译
Platform: | Size: 42975 | Author: 贾晓凯 | Hits:

[GDI-Bitmapbadaoxiama1

Description: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以后的工作: 在菜单中添加菜单项,通过ClassWizzard 生成消息响应函数(当然也可手动添加), 所有的操作应当是对 BYTE* ImgData;进行的。 在完成相应的功能后 将 isnewfile 和 isnewiamge 置为真 ,并使用myDoc->UpdateAllViews(NULL) 刷新 当然,可以更加有个性化一点,有能力的同学可以自己完成。 随着课程的进行,菜单功能逐渐丰富,最后完成基本的数字图像处理的功能,而不必最后一下完成一个大的作业。
Platform: | Size: 234741 | Author: 游侠 | Hits:

[Other resourcecanvas_color_Bomp

Description: 使用MFC开发,模仿WindowsXp的扫雷游戏,砖块为彩色的 鼠标左键在砖块上拖动时砖块颜色会变化,重置按钮的表情除事件变化外也会随时间变化 快捷键 C 初级 Z 中级 G 高级 B 彩雷英雄榜 Space或Enter 重新开局 资源文件: FaceButton.bmp tile_num.bmp
Platform: | Size: 517913 | Author: ZZP | Hits:

[Other resourcebmpopen

Description: 基于MFC的打开BMP类型文件
Platform: | Size: 66903 | Author: 高原 | Hits:

[Special Effectsimage-sub

Description: VC++6.0 MFC下实现,能打开多幅Bmp图像,实现图像的减操作
Platform: | Size: 244864 | Author: liu | Hits:

[Other resourceShowDIB

Description: 可以进行bmp文件的打开/存储操作,采用MFC单文档/视图体系,对VC的DIB进行了封装
Platform: | Size: 453763 | Author: 刘宇波 | Hits:

[Special Effectschepaishibie

Description: 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete
Platform: | Size: 201569 | Author: 嘉川 | Hits:

[GUI DevelopCPictureCtrl

Description: This article describes a MFC Control that makes it possible to display any Picture in a standard Image format (like bmp, gif, jpeg, etc...) on a Dialog.
Platform: | Size: 2794 | Author: 蓝米 | Hits:

[Other resourceLoadBmp

Description: MFC读取Bmp图片 可打开Bmp图片,并把BMp图片绘制到view中来
Platform: | Size: 2808302 | Author: 李多 | Hits:

[Special EffectssharpANDsmooth

Description: 利用MFC实现对bmp图像的平滑与锐化处理。简洁,明了,实用
Platform: | Size: 63171 | Author: 于镇波 | Hits:

[Special Effectstuxianghecheng

Description: MFC下BMP位图的合成,包括加减于等合成。
Platform: | Size: 253135 | Author: jsjsjs | Hits:

[Other resourceViewDIB00

Description: MFC实现bmp位图的打开与显示
Platform: | Size: 52361 | Author: 张飞 | Hits:

[Windows DevelopBMP_OK

Description: 在Visual C++平台上实现bmp位图文件的显示。采用MFC工具。
Platform: | Size: 38921 | Author: 菱子 | Hits:

[GDI-BitmapImageWarping

Description: 一个简单的使用IDW和RBF算法对图像(只支持bmp格式)进行变形的MFC程序,可以当作图像处理入门时的练习参考。
Platform: | Size: 79538 | Author: maxint | Hits:

[Button controlBmpbtn

Description: 在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、 Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例:
Platform: | Size: 61064 | Author: MING | Hits:

[Special EffectsAlbum

Description: We started our project--- Magical Album on May 8th. After discussing, we decided to use MFC to finish the project because most of us were familiar with C++. The core algorithm of Magical Album was LZW, which transforms the file standard from BMP to GIF losslessly (of course, the process of zooming out BMP images is lossy). Just as its name implies, our project implements the functions of an Album. When users load in some BMP files, the images, which have been zoomed out and transformed to GIF standard, will be showed in order. If one of the images is chosen and clicked, the source BMP file will be showed. In order to make the album more beautiful, we use Skinplusplus on it. The crystal interface seems to be more attractive and user-friendlier after Skinplusplus is adopted. This paper shows the important elements of the project. These include system design, implementation, analysis and the meaning of the object.
Platform: | Size: 4034825 | Author: 徐建峰 | Hits:

[Other resourceDIBDisplay

Description: 图像处理显示图像BMP、JPG基于MFC extern unsigned char m_dbOutImageV[(WIDTH>>1)*HEIGTH]
Platform: | Size: 94011 | Author: caolly | Hits:

[ADO-ODBCBmpAccess

Description: MFC中BMP图像在ACCESS数据库中的存储
Platform: | Size: 6181018 | Author: 孔守斌 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »

CodeBus www.codebus.net